home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / set / command_mode < prev    next >
Text File  |  2001-03-21  |  838b  |  27 lines

  1. Synopsis:
  2.    set command_mode [on|off|toggle]
  3.  
  4. Description:
  5.    When turned on, this causes the client to behave somewhat like a MUD
  6.    client.  The default input (when no command character is used) runs
  7.    a command instead of sending text to the current channel or query.
  8.  
  9.    The normal leading "/" may be included with the command, but it is
  10.    not required in this mode.  Additionally, if the leading character
  11.    is a "'", the remaining text in the input buffer is passed as the
  12.    argument to SEND.
  13.  
  14.    The client behaves normally when COMMAND_MODE is off.
  15.  
  16. Examples:
  17.    To send a message to the current channel or query:
  18.       send Hi there!
  19.       'Hi there!
  20.  
  21.    To force a message to be sent to the current channel during a query:
  22.       say Hi there!
  23.  
  24. See Also:
  25.    load(5) action, mudlike; say(1); send(5)
  26.  
  27.